DiscoverThe iOS Dev DiaryBuilding a searchable UITableView in iOS 9 – Part 1
Building a searchable UITableView in iOS 9 – Part 1

Building a searchable UITableView in iOS 9 – Part 1

Update: 2015-11-05
Share

Description

<iframe loading="lazy" src="https://player.vimeo.com/video/144553843" width="604" height="340" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

In this 4 part course I’ll show you how to build a searchable UITableView using iOS 9.1 and Xcode 7.1.



  • Part 1 will talk you through how to build a UITableView with dummy data

  • In Part 2 I’ll show you how to use a UISearchController to display a second table view

  • In Part 3 we’ll discuss how to filter results using an NSPredicate

  • And in Part 4 we’ll see how to communicate those search results to the second table view via KVO.


The whole course is about 50 minutes long, and I’ll explain details step by step. All code is Objective-C, and the the full project I’m building is available on GitHub.


Sounds interesting? Join me now and I’ll see you on the other side 😉


Demo Project


Here’s the code I’ve built during the screencast. As promised, I’ve also implemented the UISearchControllerDelegate methods – just in case you need them:



Further Reading



The Apple Class References aside, I’ve also put together written instructions on how to create this project in my next article. If you prefer written instructions, go check it out here – it covers the same steps as these videos 🙂


Watch the full course in one convenient playlist:
Catch this episode on my iOS Dev Diary Podcast:

Comments 
00:00
00:00
x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

Building a searchable UITableView in iOS 9 – Part 1

Building a searchable UITableView in iOS 9 – Part 1

Jay Versluis